/* ===== SPACING SYSTEM ===== */
:root {
    --spacing-xs: 0.5rem;    /* 8px */
    --spacing-sm: 1rem;      /* 16px */
    --spacing-md: 1.5rem;    /* 24px */
    --spacing-lg: 2rem;      /* 32px */
    --spacing-xl: 3rem;      /* 48px */
    --spacing-xxl: 4rem;     /* 64px */
    
    --line-height-tight: 1.2;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.6;
    --font-family-base: "DM Sans", sans-serif;
    --font-color-heading: #000000 ;

    
}



h1{font-size: 2.986rem!important;}
h2{font-size: 2.488rem!important;}
h3{font-size: 2.074rem!important;}
h4{font-size: 1.728rem!important;}
h5{font-size: 1.44rem!important;}
h6{font-size: 1.2rem!important;}

/* ===== BASE STYLES ===== */
body {
    background-color: hwb(0 92% 8%);
    color: #000000 !important;
    line-height: var(--line-height-normal);
    font-family: var(--font-family-base);
}

p {
    font-size: 1rem;
    line-height: var(--line-height-relaxed);
    margin-bottom: var(--spacing-md);
    color: #333333!important;
}

/* ===== SPACING UTILITIES ===== */
.section-spacing {
    padding: var(--spacing-xxl) 0;
}

.content-spacing {
    margin-bottom: var(--spacing-lg);
}

.text-spacing {
    margin-bottom: var(--spacing-md);
}

/* ===== COMPONENT STYLES ===== */
.content-card {
    /*background-color: rgba(128,128,128,0.9);
    padding: var(--spacing-lg);
    border-radius: 8px;
    margin-bottom: var(--spacing-md);*/
}

a {
    color: #000000!important;
    text-decoration: underline;
}

.mobile-content-card {
    background-color:hsl(0deg 0% 75.59%);
    padding: var(--spacing-sm);
    border-radius: 8px;
    margin-top: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    margin-right: var(--spacing-md);
}

.content-text {
    color: #000000;
    margin: 0;
    line-height: var(--line-height-relaxed);
}

.content-card .btn-primary,
.mobile-content-card .btn-primary {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    font-size: 0.8rem;
}

.content-card .btn-primary:hover,
.mobile-content-card .btn-primary:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
}

.image-container {
    position: relative;
    text-align: center;
}

.chat-assistant-overlay {
    position: absolute;
    width: 100%;
    bottom: 0.5rem;
    text-align: center;
}

.chat-assistant-btn {
    background-color: #808080;
    padding: var(--spacing-xs) 0.8rem;
    border-radius: 5px;
    border: 1px solid #2a2642;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.assistant-icon {
    height: 2rem;
    width: 2rem;
}

.stat-card {
    border-radius: 8px;
    border: 1px solid #bdc1c3;
    padding: var(--spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
background: linear-gradient(60deg, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 45%, rgba(224, 224, 224, 1) 100%);

     /*border-image: linear-gradient(to right, #0f174c, #878787, #122046) 1*/
    
}

.stat-label {
    margin-bottom: var(--spacing-sm);
    font-size: 1rem;
    color: #000000;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    padding: var(--spacing-xs) 0;
    border-bottom: 1px solid rgba(38, 50, 61, 0.3);
}

.services-list li:last-child {
    border-bottom: none;
}

.phone-link {
    text-decoration: none;
    color: #F15C22;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    font-size: 1.875rem;
    transition: color 0.3s ease;
}

.phone-link:hover {
    color: #f15c22;
}

.phone-icon {
    font-size: 45px;
}
.feature-card {
    border: 1px solid #bdc1c3;
    border-radius: 8px;
    padding: var(--spacing-xl) var(--spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: linear-gradient(60deg, #f7f7f7 0%, rgb(255 253 253) 45%, rgb(219 219 219) 100% 100%);
}

.light-bg-column {
    padding: var(--spacing-lg);
    border-radius: 8px;
    height: 100%;
    border: 1px solid #bdc1c3;
    background: #020024;
    background: linear-gradient(45deg, var(--bs-orange) 0%, rgb(255 142 49) 9%, rgb(255 255 255) 9%, rgba(235, 235, 235, 1) 100%);
}

.light-bg-column .textColor1 {
    color: var(--font-color-heading) !important;
    font-weight: 400!important;
}

.light-bg-column .textColor2 {
    color: #F15C22 !important;
}

.light-bg-column p {
    color: #333333  !important;
}

.light-bg-column .services-list li {
    color: #333333;
    border-bottom-color: #bdc1c3;
}

/* ===== LINK HOVER EFFECTS ===== */
a {
    transition: color 0.3s ease;
}

a:hover {
    color: #f15c22 !important;
}

.textColor2:hover {
    color: #f15c22 !important;
}

.light-bg-column a:hover {
    color: #f15c22 !important;
}

.blogBg{ background-color: #73787c !important;}


.blogBg .textColor1 {
    color: #000000;
}

/* .naviContact{} */

.blogBg p{color: #0c0c0c!important;}

.mainHeading {
    color: #000000;
    font-size: 2.5rem;
    display: block;
    line-height: var(--line-height-tight);
    margin-bottom: var(--spacing-lg);
    font-weight: 600;
}

.light-text {
    font-weight: 100;
}

.titleOne {
    font-size: 0.7em;
    display: block;
    font-family: 'DM Sans', sans-serif;
}

.whyChoose {
    /* font-family: 'Rubik Doodle Shadow', system-ui; */
    font-size: 1.7em;
    border: 1px solid #232f3a;
    padding: 5px 10px;
    border-radius: 5px;
    background: rgb(128,128,128);
    background: linear-gradient(153deg, rgb(128 128 128) 0%, rgb(128 128 128) 57%, rgb(128 128 128) 100%);
}

.sectionBorder {
    border-bottom: 0px dashed #6f6f6f;
}

.ascentColor {
    color: #fd7e14;
}



.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9) !important;
}

.naviLeftMargin {
    padding-left: 100px !important;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5) !important
}

.textColor1 {
    color: #000000;
    text-decoration: none;
}

.textColor2 {
    color: #F15C22!important;
    text-decoration: none;
}

.textColor3 {
    color:var(--font-color-heading);
    font-weight: 400!important;
}

.blogBg  .textColor2 {
    color: #F15C22!important;
}

.blogBg .textColor1 {
    color: #4EBAD2!important;
    text-decoration: none !important;
}

.borderOnlyCage{ border: 1px solid #26323d; padding: 120px 40px 20px 40px; }

.titleTwo {
    font-size: 2.5em;
    margin: 0 0 var(--spacing-md) 0;
    line-height: var(--line-height-tight);
    font-weight: 800;
}

.blogBg h3{ color: black;}

.projectCount {
    font-family: 'DM Sans', sans-serif;
    font-size: 3.0em;
    color: #010430 ;
    font-weight:900!important;
}

.navbar-light .navbar-toggler-icon {
    background-color: #f7f7f7  !important;
    border-radius: 4px;
}

.navbar-toggler.ms-auto {
    margin-left: auto !important;
    margin-right: 20px !important;
}

.backgroundColor {
    border-radius: 2px;
    border: 1px solid #26323d;
    /*background: rgb(2,0,36);*/
   /* background: linear-gradient(153deg, rgba(2,0,36,1) 0%, rgb(2 2 15) 57%, rgb(9 36 87 / 96%) 100%);*/
}


.servicesImage {
    border-radius: 5px 20px 40px 80px;
    width: 100%;
}

/* display text when hover the image */


/* display text when hover the image end*/

.servicesImageBg {
    border-radius: 5px 20px 40px 10px;
    background-color: #808080;
    width: 100%;
}

/* .bgColor1 {

} */

.contactPageIcon {
    line-height: 100px !important;
}

.footer li a {
    color: rgba(0, 0, 0, 0.5) !important;
    font-size: 0.9em;
    text-decoration: none;
}

@keyframes image-fade {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.bodyMargin {
   
    margin-top: 85px !important;
}


.direction {
    flex-direction: unset;
}

/* css animation section goes here **/

.animateImage {
    position: relative;
    /* right: -100%;*/
    opacity: 0;
    animation: slideBack 2s ease-in forwards; /* Animation duration and timing function */
}

@keyframes slideBack {
    from {
        /*   right: -100%; !* Starting position *!*/
        opacity: 0;
    }
    to {
        /*   right: 0; !* End position *!*/
        opacity: 1;
    }
}

.animateHeading {
    position: relative;
    left: -100%;
    animation: slideIn 2s ease-out forwards; /* Animation duration and timing function */
}

@keyframes slideIn {
    to {
        left: 0px; /* End position */
    }
}


.animateColor {
    color: #4bd0ee;
    animation: colorChange 5s ease-out forwards;
}

@keyframes colorChange {
    to {
        color: #000000 ; /* End position */
    }
}


/*css animation section end here*/


.myWork {
    position: relative;

}

.myWorkImg {
    filter: brightness(100%);
}

.myWorkImg:hover {
    animation-name: brightnessChange;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

@keyframes brightnessChange {
    to {
        filter: brightness(100%); /* End position */
    }
}
.myWorkDescription {
    font-size: 1.0em;
    color: #000000 ;

}

.myWorkSite {
    font-size: 0.7em !important;
    color: #000000 ;
    display: block;
    text-transform: uppercase;
}

.myWorkSite a {
    color: #fd7e14 !important;
    text-decoration: none;
}



.myWorkTitle {
    position: absolute;
    top: 0%;
    left: 0%;
    /* z-index: 9000; */
    font-size: 1.0em;
    color: #ffffff!important;
    background: rgb(128,128,128);
    background: linear-gradient(180deg, rgb(0 0 0 / 62%) 8%, rgb(128 128 128 / 33%) 40%, rgba(128, 128, 128, 0) 91%);
    padding: 20px;
    width: 100%;
    height: 70%;
}

.bg2{ background: url("../images/bg2.jpg") top left;}
/* products page */

.bgcolor{
    background-color: #73787c ;
}

.productTextColor1{
    color: #000000;
}

.product{
    display: flex;
    justify-content: flex-start;
    align-items:flex-start;
    
}

.productDetails{
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    width: 100%;
}

.productTitle {
    font-size: 2.10em;
    color: #000000;
    font-weight: 500;
}

.aboutProduct{
    /* padding: 20px; */
    font-size: 1.15em;
}

/* .productWorkImg{
    border-radius: 50% 0% 0% 5% ;
   
} */
.animateHeading {
    /*background-color: rgb(128 128 128 / 78%);*/
    padding: 20px;
    padding-left: 0!important;
    color: #000000;
    letter-spacing: -1px;
    border-radius: 8px;
}

@media (max-width: 568px) {
    .product{
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }

    /* .productWorkImg{
        border-radius: 5% 50% 0% 0% ;
    } */

    .productDetails {
        align-items: center;
    }

    

}


/* ===== RESPONSIVE SPACING ===== */
@media only screen and (max-width: 768px) {
    :root {
        --spacing-xs: 0.25rem;    /* 4px */
        --spacing-sm: 0.75rem;    /* 12px */
        --spacing-md: 1rem;       /* 16px */
        --spacing-lg: 1.5rem;     /* 24px */
        --spacing-xl: 2rem;       /* 32px */
        --spacing-xxl: 2.5rem;    /* 40px */
    }
    
    .direction {
        flex-direction: row-reverse;
    }

    .naviLeftMargin {
        padding-left: 20px !important;
    }

    .bodyMargin {
        margin-top: 117px !important;
    }

    .wd50Thumbnail {
        height: 199px!important;
        width: auto;
    }
    
    .section-spacing {
        padding: var(--spacing-xl) 0;
    }
    
    .content-card {
        padding: var(--spacing-md);
    }
    
    .feature-card {
        padding: var(--spacing-lg) var(--spacing-md);
    }
    
    .stat-card {
        padding: var(--spacing-md);
    }
}

/*toggle display*/
.hideInMobile {
    display: block;
}

.hideInDesktop {
    display: block;
    margin-top:0px;
    padding-bottom: 30px;
}

.heroBg{
    background: url("../images/new-bg.png") center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.specialOffer{ background-color: rgba(128,128,128,0.9); color:#eeeeee; padding: 20px;
}



@media (max-width: 767px) {
    .hideInMobile {
        display: none;
    }

    .hideInDesktop {
        display: block;
    }
    
    .mainHeading {
        color:var(--font-color-heading);
        font-size: 2.1rem !important;
        display: block;
  line-height: var(--line-height-tight);
        text-align: center;
        margin-bottom: var(--spacing-md);
        font-weight: 200;
    }

    .heroBg{
        background: url("../images/new-bg.png") center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

    .titleTwo {
        font-size: 2.0em;
        margin-bottom: var(--spacing-sm);
    }

    .contactPageIcon h2,
    h2.contactPageIcon {
        font-size: 1.2rem !important;
        line-height: 1.5 !important;
    }

    .contactPageIcon h2 .p-3,
    h2.contactPageIcon .p-3 {
        padding: 0.5rem !important;
    }

    .email-contact-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .email-contact-container > div:first-child {
        height: auto !important;
        margin-bottom: 10px;
    }

    .phone-contact-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .phone-contact-container > div:first-child {
        margin-bottom: 10px;
    }

    .whatsapp-contact-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .whatsapp-contact-container > div:first-child {
        margin-bottom: 10px;
    }

    .p-sm-3{ 
        padding: var(--spacing-sm);
    }
    
    .content-text {
        font-size: 0.95em;
        line-height: var(--line-height-relaxed);
    }
    
    .mobile-content-card {
        text-align: center;
    }
    
    .mobile-content-card .btn-primary {
        display: block;
        margin: var(--spacing-md) auto 0;
    }
    
    .services-list li {
        padding: var(--spacing-sm) 0;
        font-size: 0.95em;
    }
    
    .light-bg-column {
        padding: var(--spacing-md);
        padding-bottom: 60px;
    }
    
    /* Mobile spacing from device borders */
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    section {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    /* Footer mobile layout */
    .footer-contact p {
        display: block;
        margin-bottom: 0.5rem;
    }
    
    .footer-contact a p {
        display: block;
        margin-bottom: 0.5rem;
    }
    
    .contact-info {
        padding-left: 0.5rem;
    }
    
    .contact-item {
        margin-bottom: 0.3rem !important;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }
    
    .contact-item i {
        margin-right: 0.5rem;
        width: 16px;
    }
}



@media (min-width: 768px) {
    .hideInMobile {
        display: block;
    }

    .hideInDesktop {
        display: none;
    }
    
    /* Position image at bottom for desktop */
    .row.direction .col-md-6:nth-child(2) {
        display: flex;
        flex-direction: column;
    }
    
    .row.direction .col-md-6:nth-child(2) .image-container {
        margin-top: auto;
    }
    
    /* Footer desktop layout */
    .contact-info {
        padding-left: 0.5rem;
    }
    
    .contact-item {
        margin-bottom: 0.3rem !important;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }
    
    .contact-item i {
        margin-right: 0.5rem;
        width: 16px;
    }
}

/* Apply initial styles to hide the content */
.fade-in-container {
/*    opacity: 0;
    transition: opacity 2s ease-in-out; !* Adjust the duration and timing function as needed *!*/
}

/* Apply styles to reveal the content on page load */
.fade-in-container.loaded {
/*    opacity: 1;*/
}

/*toggle display*/

.wd50Thumbnail{ height: 220px; width: auto;}

.blogHeader{ min-height: 70px;}


.wd50Link {
    font-size: 1.0em;
    color: #000000;
    max-width: 380px;
    padding: 15px;
}

.expertise{font-family: 'DM Sans', sans-serif; font-size: 3.0em; display: block;color: white;}

h2{ color: #000000;}

/* recentBlogs post slide layout */

.blogHeader h4 a{
    text-decoration: none;
    color: inherit;
}
  
.description p a{
    text-decoration: none;
}
  
.description p {
    font-size: small;
}

.rightBlog{ background: #eee; padding: 10px;}

/*
https://www.dcpweb.co.uk/theme/images/home-hero-background.svg*/

/*.bg3{ background: url("../images/bg-3.png") no-repeat center bottom ;}*/

.hhWyeD{ display: none!important;}

.chatBotTitle {
    background: linear-gradient(260deg, rgba(2, 0, 36, 1) 0%, rgb(255 255 255) 47%, rgba(231, 211, 246, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.chatBotBg{background: rgb(128,128,128);
    background-color: #eee;
  /*  background: linear-gradient(224deg, rgba(128,128,128,1) 0%, rgb(128, 128, 128) 47%, rgb(128, 128, 128) 100%);*/

padding: 2.0rem; border-radius: 0.8rem; color: #333!important;}

.chatBotBg h2{color:rgb(50, 2, 76); }


.chatBotBg2{background: rgb(128,128,128);
    background: linear-gradient(333deg, rgba(128,128,128,1) 0%, rgb(128, 128, 128) 47%, rgb(128, 128, 128) 100%);
    display: flex;
    padding: 0.5rem;
    justify-content: center;
    padding-top: 30px;
    }

.bg-dark {
    background-color: #dddddd !important;
}
